hash code

英 [hæʃ kəʊd] 美 [hæʃ koʊd]

网络  散列码; 哈希值; 混列码; 哈希代码; 哈希码

计算机



双语例句

  1. For any array type, you can call Arrays. hashCode ( arrayVar) and get a well formed hash code.
    对于任意数组类型,都可以调用Arrays.hashCode(arrayVar)方法来获得格式良好的哈希码。
  2. If the ( optional) single-instance-storage feature is turned on, an additional hash code ( based on the mail content and other fields) must be generated.
    如果打开单事务存储特性(可选),那么必须生成一个附加的散列码(根据邮件内容和其他字段)。
  3. The range producer computes the hash code for the given string to search for and returns a point range where the start and the end of the range is the hash code itself.
    范围生成器计算给定字符串的hash码,以搜索并返回一个点范围,这个范围的起始值和终止值是hash码本身。
  4. Hash A hash code for the downloaded binary to verify its integrity.
    hash用于校验下载的二进制文件完整性的hash码。
  5. Each hash function can produce collisions; in other words, two different input values can have the same hash code H ( x).
    每个hash函数可能产生冲突;换句话说,两个不同的输入值可能具有相同的hash码H(x)。
  6. The hash code is an integer that should return a unique number of each unique key.
    散列码是一个整数,应该对每个键返回唯一的数字。
  7. Furthermore, before the CM agent stores the object, it executes a query in the repository if the same hash code has already been stored.
    而且,在CM代理存储对象之前,它在储存库中执行一个查询,看储存库中是否已经存储了相同的散列码。
  8. With the help of the new hashCode() method of Arrays, you can use it to generate a hash code for any local array types, instead of rolling your own each time you need it.
    在Arrays的新方法hashCode()的帮助下,可以为任何本地数组类型生成哈希码,而不用在每次需要它的时候折腾您自己。
  9. For example, if the key is an integer, this value might serve as the hash code.
    例如,如果键是整数,该值应该作为散列码。
  10. Thus, all indexed strings with the same hash code are returned from the index scan as possible candidates.
    因此,索引扫描返回所有具有相同hash码的已索引的字符串,作为可能的候选者。
  11. The hash code value for this list.
    列表的哈希码值。
  12. This is a easy using programme that can check the hash code of the file.
    这是一个使用方便的杂凑函数检测软件。
  13. The input to compute the hash code for.
    要计算其哈希代码的输入。
  14. Class to retrieve the hash code of threads.
    类来检索线程的哈希代码。
  15. Changing these values would change the hash code, which would in turn break any hash table or dictionary that the object happened to be stored in.
    而改变那些值的同时也改变了哈希码,然后会破坏一些哈希表或者恰好储存了对象的字典。
  16. Returns the hash code for this signature.
    返回该签名的哈希代码。
  17. The hash code is not guaranteed to be unique.
    不能保证哈希代码是唯一的。
  18. Gets a hash code for the current session change description.
    获取当前会话更改说明的哈希代码。
  19. Returns a hash code based on the public key.
    返回一个基于公钥的哈希代码。
  20. If the object cannot be altered, then the hash code will never change either.
    如果对象不能被改变,那么哈希码也永远不变。
  21. The hash code entered is invalid. Try importing a hash code from an assembly.
    输入的哈希代码无效。请尝试从程序集导入哈希代码。
  22. Returns the hash code for the specified key.
    返回指定键的哈希代码。
  23. Returns the hash code for this property.
    返回此属性的哈希代码。
  24. The hash code can be viewed in the certmgr utility by selecting the certificate, and then clicking view to view the properties.
    在certmgr实用工具中选择证书可查看哈希代码,然后单击“视图”可查看属性。
  25. Retrieves the hash code for this instance.
    检索此实例的哈希代码。
  26. And get a well formed hash code.
    方法来获得格式良好的哈希码。
  27. These hash code collisions, although rare in practice, do occur.
    这些哈希代码冲突虽然在实践中很罕见,但是的确可能发生。
  28. The level hash data are obtained by using the binary statistical quantity of all blocks and the authentication hash code is generated.
    对特征矩阵进行二值化运算,并采用分块计算数据统计量的方法压缩数据,生成分级认证哈希码。
  29. For which a hash code is to be returned.
    将为其返回哈希代码。
  30. In addition to making the property read-only, the hash code function will only use these'key'fields to generate the hash code.
    另外要使属性只读的话,哈希码函数会只用那些Key字段产生哈希码。